home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / msged_10.zip / EDIT_MSG.CFG < prev    next >
Text File  |  1997-07-03  |  11KB  |  187 lines

  1. ; Msg Edit
  2. ; Example CFG file.
  3. ;------------------------------------------------------------------------------
  4. ;  BBS system directory. Indicates where the door information file (drop file)
  5. ;  can be found.
  6. BBSDir    D:\BBS\DOORS\
  7. ;------------------------------------------------------------------------------
  8. ;  Edit's directory. This is where the door's system files are
  9. ;  located. 
  10. DoorDir    D:\BBS\
  11. ;------------------------------------------------------------------------------
  12. ; The name and direcory of your tag file
  13. ; Use disable tag to turn off tagline support.
  14. ;Disabletag
  15. TagFile tagfile
  16. Taglines 3547
  17. ; Taglines is the number of tag lines in the file.
  18. ;------------------------------------------------------------------------------
  19. ;  Local mode override. Forces door to always operate in local test mode.
  20. ;  Remove the semi-colon (;) to activate this option. When this mode is
  21. ;  activated, no door information file is required and default settings are
  22. ;  used for the user's name, location, etc.
  23. ;LocalMode
  24. ;------------------------------------------------------------------------------
  25. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  26. ;  door should record log information. To disable the log file altogether,
  27. ;  remove the semi-colon (;) from the "DisableLogging" line.
  28. LogFileName    D:\BBS\LOG\EDIT_MSG.LOG
  29. ;DisableLogging
  30. ;------------------------------------------------------------------------------
  31. ;  BBS node number that door is running on. Only used if Msg Edit is unable
  32. ;  to determine the node number by some other means.
  33. ;Node    1
  34. ;------------------------------------------------------------------------------
  35. ;  Maximum length of time a user is permitted to access the door. If the user's
  36. ;  total remaining time on the BBS is less than this value, the user will only
  37. ;  be permitted to access the door for this shorter length of time. This option
  38. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  39. ;  When this option is disabled, the user will be permitted to use the full
  40. ;  of their remaining time on the BBS within the door.
  41. ;MaximumDoorTime    15
  42. ;------------------------------------------------------------------------------
  43. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  44. ;  without the user pressing any key, before the user will be automatically
  45. ;  disconnected. A value of 0 disables inactivity timeouts.
  46. InactivityTimeout    200
  47. ;------------------------------------------------------------------------------
  48. ;  Name of the sysop. Msg Edit can usually determine the sysop's name from the
  49. ;  information passed to the door by the BBS. However, some BBS software does
  50. ;  not supply this information to doors. In such cases, if the sysop's name is
  51. ;  required by the door, it may be supplied here. 
  52. SysopName    GamerX
  53. ;------------------------------------------------------------------------------
  54. ;  Name of the BBS. Msg Edit can usually determine the name of the BBS from
  55. ;  the information passed to the door by the BBS. However, some BBS software
  56. ;  does not supply this information to door programs. In such cases, if the
  57. ;  name of the BBS is needed by the door, it may be supplied here. 
  58. SystemName    Games Garden BBS
  59. ;------------------------------------------------------------------------------
  60. ;  Memory swapping options. These options are generally not needed, but can be
  61. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  62. ;  to specify which directory or directories should be used for swapping.
  63. ;  Multiple directory paths can be seperated using a semi-colon.
  64. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  65. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  66. ;  altogether.
  67. ;SwappingDir    C:\
  68. ;SwappingNoEMS
  69. ;SwappingDisable
  70. ;------------------------------------------------------------------------------
  71. ;  Serial port options. These options are generally not needed, as these
  72. ;  settings can usually be determined from the BBS door information file.
  73. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  74. ;  with the modem. "SerialPort" specifies the port port number that the modem
  75. ;  is connected to. Unless you have reassigned the port numbers through your
  76. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  77. ;  so on.
  78. LockedBPS    38400
  79. ;SerialPort    0
  80. ;  Under DOS, a FOSSIL driver is normally used for serial I/O if one is
  81. ;  available. If a FOSSIL driver has not been loaded, the door communicates
  82. ;  directly with the modem. Removing the semi-colon (;) from the "NoFossil"
  83. ;  option causes the door to always communicate directly with the modem,
  84. ;  bypassing any FOSSIL driver.
  85. ;NoFossil
  86. ;------------------------------------------------------------------------------
  87. ;  The following options only apply if a FOSSIL driver is NOT being used
  88. ;  for serial communications.  If a FOSSIL driver IS being used, these
  89. ;  options are normally set on the FOSSIL driver command line. 
  90. ;  Hexidecimal address of the serial port. This address can usually be
  91. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  92. ;  normally only required for ports COM5 and higher.
  93. ;PortAddress 2F8
  94. ;  Interrupt request line that the serial port is using. May be any IRQ line
  95. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  96. ;  while IRQ line 3 is used for all other ports. 
  97. ;PortIRQ 4
  98. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  99. ;  the serial I/O receive buffer. You may want to increase this buffer size
  100. ;  if you find that characters being sent from the user's modem are being lost.
  101. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  102. ;  buffer. You may want to increase this buffer size for improved performance
  103. ;  in some multitasking environments. A transmit buffer size smaller than 3072
  104. ;  bytes is not recommended.
  105. ;ReceiveBuffer 256
  106. ;TransmitBuffer 3072
  107. ;  UART FIFO buffers. Normally, Msg Edit will use 16550A UART FIFO buffers
  108. ;  if they are available. You can prevent Msg Edit from using the FIFO
  109. ;  buffers, even if they are available, by removing the semi-colon before
  110. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  111. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  112. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  113. ;  bytes.
  114. ;NoFIFO
  115. FIFOTriggerSize 4
  116. ;------------------------------------------------------------------------------
  117. ;  Custom door information file support. Msg Edit automatically recognizes
  118. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  119. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  120. ;  to permit Msg Edit doors to operate on BBS systems that produce a different
  121. ;  format file, you may define a custom door information file format. A custom
  122. ;  door information file format is defined using the "CustomFileName" command,
  123. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  124. ;
  125. ;  The "CustomFileName" option specifies the filename used to distinguish this
  126. ;  file format from other file formats. This filename should not include a
  127. ;  path. To specify the path where the door information file is located, use
  128. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  129. ;  custom format is the same as that of one of the built-in formats, the custom
  130. ;  format will override the built-in format.
  131. ;
  132. ;  The actual format of the custom file is specified using a number of lines
  133. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  134. ;  correspond to a single line in the door information file, with the option
  135. ;  following the "CustomFileLine" keyword specifying the information that can
  136. ;  be found on that line. This can be one of the following keywords:
  137. ;
  138. ;                    Ignore - Causes the next line in the door information
  139. ;                             file to be ignored. Use on lines for which none
  140. ;                             of the options below apply.
  141. ;                   ComPort - COM? port the modem is connected to
  142. ;                             (0 indicates local mode)
  143. ;                FossilPort - Fossil port number the modem is connected to
  144. ;                  ModemBPS - BPS rate at which to communicate with modem
  145. ;                             (0 or non-numerical value indicates local mode)
  146. ;                 LocalMode - 1, T or Y if door is operating in local mode
  147. ;                  UserName - Full name of the user
  148. ;             UserFirstName - First name(s) of the user
  149. ;              UserLastName - Last name of the user
  150. ;                     Alias - The user's psuedonym / handle
  151. ;                 HoursLeft - Hours user has left online
  152. ;               MinutesLeft - Minutes user has left online, or time left online
  153. ;                             in format hh:mm
  154. ;               SecondsLeft - Seconds user has left online, or time left online
  155. ;                             in format hh:mm:ss or format mm:ss
  156. ;                             (If more than one of the above time options are
  157. ;                             used, the user time left is taken to be the total
  158. ;                             of all of these values.)
  159. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  160. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  161. ;                       RIP - 1, T or Y for RIP graphics mode
  162. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  163. ;              ScreenLength - Number of lines on user's screen
  164. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  165. ;                  Security - The user's security level / access level
  166. ;                      City - City the user is calling from
  167. ;                      Node - Node number user is connected to
  168. ;                 SysopName - Full name of the sysop
  169. ;            SysopFirstName - The sysop's first name(s)
  170. ;             SysopLastName - The sysop's last name
  171. ;                SystemName - Name of the BBS
  172. ;
  173. ;CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  174. ;CustomFileLine    SystemName
  175. ;CustomFileLine    SysopFirstName
  176. ;CustomFileLine    SysopLastName
  177. ;CustomFileLine    ComPort
  178. ;CustomFileLine    ModemBPS
  179. ;CustomFileLine    Ignore
  180. ;CustomFileLine    UserFirstName
  181. ;CustomFileLine    UserLastName
  182. ;CustomFileLine    City
  183. ;CustomFileLine    ANSI
  184. ;CustomFileLine    Security
  185. ;CustomFileLine    MinutesLeft
  186. ;------------------------------------------------------------------------------
  187.